home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / gle33b_4.zip / GLE_SUR.ZIP / FITZ.HLP < prev    next >
Text File  |  1991-04-09  |  1KB  |  40 lines

  1.     FITZ fits smooth curves to a surface of data points. 
  2.     e.g. Given some data points, e.g.
  3.  
  4. x    y    z
  5. ---- data file testf.dat -----
  6. 1     1     1
  7. 1     2     1
  8. 2     2    1
  9. 2     1    1
  10. 1.5     1.5     2
  11. ------------------------------
  12.  
  13.     These points defile the for corners of a surface which has 
  14.     one high point in the center.  As you can see the order of 
  15.     points is not relevant.
  16.  
  17.     It is important that each line of the data file has three
  18.     points on it. (x, y, z)
  19.  
  20.     FIT then asks you for a range of x and y values generate z values
  21.     for.  The range is given as minimum,maximum,stepsize.
  22.     e.g.        1,3,.5    would produce 1, 1.5, 2, 2.5, 3
  23.  
  24.     Use SURF to draw the surface on the screen and see the finished 
  25.     product.
  26.  
  27. $ FITZ 
  28. Data file conaining x y z data ? TESTF.DAT
  29. Read 5 points from file {testf.dat} 
  30. Will write data to {testf.z} 
  31. Number of points to use for contouring each point ? [3] 
  32. Range of output x values [1,2,6.666667e-02] ? 1,2,.05
  33. Range of output y values [1,2,6.666667e-02] ? 1,2,.05
  34. nx 21, ny 21, Work space iwk=2384 bytes wk=160 bytes 
  35. Y = 1 1.05 1.1 1.15 1.2 1.25 1.3 1.35 1.4 1.45 1.5 1.55 1.6 1.65 
  36. 1.7 1.75 1.8 1.85 1.9 1.95 2 
  37.  
  38.     Now use TESTF.Z as your data file for SURFACE.
  39.